Welcome![Sign In][Sign Up]
Location:
Search - mfc thread

Search list

[Windows Develop程序创建两个线程

Description: 程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC-process creates two threads, one thread without Message Queue, the main thread to thread a resolution to send a message, we can see PostThreadMessage () returns FALSE, establish procedures to the second thread is a message queue, the main threads of PostThreadMessage () returns TRUE, procedures Visual C 6.0, did not use the MFC
Platform: | Size: 79872 | Author: 罗伟 | Hits:

[Windows Develop在动态连接库内封装应用程序框架cool

Description: 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
Platform: | Size: 69632 | Author: | Hits:

[Other resourcevc++sensucode

Description: < vc++深入详解>>源程序,本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。-<Vc++ Depth Detailed>> source, this book mainly from the internal procedures for the operation of mechanisms and procedures for the organization of MFC thread, so that readers learn VC++ Programming knowledge, they can know-and所以然to know to help the reader a fundamental understanding and mastering the Windows programming.
Platform: | Size: 1755136 | Author: | Hits:

[Process-Threadmfcuisvr

Description: mfc windowService 线程-mfc windowService Thread
Platform: | Size: 13312 | Author: jem | Hits:

[Process-ThreadMultiThread6

Description: windows的多线程编程(界面线程和辅助线程),mfc相关2-windows of the multi-threaded programming (interface thread and support thread), mfc-related 2
Platform: | Size: 13312 | Author: 胡利军 | Hits:

[Process-ThreadMFC_Multy

Description: Windows MFC下的多线程的基本编程例子,多达10个左右,涉及互斥、消息传递、信号量的使用,适合刚接触线程编程的人。-Windows MFC under the basic programming multithread example, up to about 10, involving mutual exclusion, message passing, the use of semaphores for thread programming刚接触people.
Platform: | Size: 243712 | Author: 111 | Hits:

[Process-Threadwz2

Description: MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!-There are two types of MFC thread, referred to as worker threads and user interface thread. This example shows you these two types of threads!
Platform: | Size: 70656 | Author: 吴真 | Hits:

[VC/MFCMFC

Description: MFC深入浅出 1_MFC概述 2_MFC和Win32 3_CObject类 4_消息映射的实现 5_MFC对象的创建 6_应用程序的退出 7_MFC的DLL 8_MFC的进程和线程 -1_MFC easy overview of MFC and Win32 3_CObject category 2_MFC news 4_ mapping object created 5_MFC realize 6_ application to withdraw from 7_MFC the DLL 8_MFC process and thread
Platform: | Size: 334848 | Author: 雪中漫步 | Hits:

[OS programmultitreadsrc910

Description: MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-There are two types of MFC thread, referred to as worker threads and user interface thread. The main difference between the artificial auxiliary thread is no news cycle, and the user interface thread has its own message queue and message loop
Platform: | Size: 24576 | Author: | Hits:

[Windows DevelopTHREAD

Description: MFC开发的生产者与消费者模似软件,多线程编程,对话框界面。-I am Chinese,rk I can t use English.But I already pass the Band four.
Platform: | Size: 321536 | Author: 加高 | Hits:

[GDI-Bitmapmfc-multiThread

Description: MFC多线程编程实例,包括线程创建,线程间通信,线程同步等内容-MFC multi-threaded programming examples, including thread creation, communication between threads, thread synchronization etc.
Platform: | Size: 152576 | Author: 陈荣伟 | Hits:

[Internet-NetworkclientAndServer

Description: MFC实现的客户端服务器,vc6.0开发,使用多线程实现.是初学者可以使用的良好代码-MFC to achieve client-server, vc6.0 development, using multi-thread implementation. Yes you can use a good code for beginners
Platform: | Size: 49152 | Author: 吴强 | Hits:

[Windows DevelopThread

Description: MFC THREAD的类继承使用开发的 例子-MFC THREAD class inheritance example of the use of the development ~~~~~~~~~~~~~~~~~~
Platform: | Size: 25600 | Author: zzzz | Hits:

[Process-ThreadMFCThread

Description: MFC创建线程,终止线程,暂停线程,继续线程-MFC to create threads, terminate threads, suspended thread to continue the thread
Platform: | Size: 259072 | Author: zhowuenze | Hits:

[Windows Developthread

Description: mfc界面,单链表存储进程信息,演示多级轮转法进程调度的过程。-mfc interface, a single linked list storage process, present the process of scheduling multi-cycle process.
Platform: | Size: 3260416 | Author: yvonne | Hits:

[Process-ThreadMFC(thread)

Description: 深入浅出Win32多线程设计之MFC的多线程,很详细,有相关的说明- Explains the profound in simple language the Win32 multi-thread design MFC of multithreading, is very detailed, has the related explanation
Platform: | Size: 58368 | Author: 张宏伟 | Hits:

[VC/MFCVisual_Studio_2005(MFC)

Description: Visual C++ 2005教程 第一章 Windows程序开发简介 第二章:Windows编程初步 第三章:Windows编程进阶 第四章:Windows图形编程 第五章:数据库编程 第六章:线程机制 第七章:网络编程 -Visual C++ 2005 Windows Programming Tutorial Introduction Chapter I Chapter II: Windows Programming preliminary Chapter: Windows Programming Advanced Chapter IV: Windows Graphics Programming Chapter V: Database Programming Chapter VI: Chapter VII of the thread mechanism: Network Programming
Platform: | Size: 5216256 | Author: 申云 | Hits:

[Button controlthread

Description: MFC 多线程应用, 包括工作线程, 用户界面线程, 例子多达9个,欢迎下载测试-MFC multi-threaded applications, including the worker thread, the user interface thread, examples of up to 9 are welcome to download the test
Platform: | Size: 274432 | Author: chel | Hits:

[Process-Thread4-MFC-thread-class-

Description: MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are constructed and the interface are very simple.
Platform: | Size: 7168 | Author: xuan | Hits:

[Software EngineeringMFC-Thread-Manager-Classes-

Description: MFC线程实现方法及其面向对象封装,总共实现了4种封装,各有异同,非常值得学习!全部测试完毕,接口简单可以直接使用!-MFC thread implementation method and its object-oriented package, to achieve a total of four types of packaging, have similarities and differences, is worth learning! All testing is completed, the interface is simple and can be used directly!
Platform: | Size: 9216 | Author: xuan | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net